Before you insert your style block into the document, compare it to the completed code here to make sure you've got everything.
<STYLE> BODY { background : url("image1.jpg"); color : Green; } HR { width : 80%; color : Black; } .bold { font-weight : bold; } P.red { color : Red; text-align : center; font-family : Arial; font-size : x-large; } TABLE { padding : 3px; border : thin; border-style : solid; } TD.top { text-align : center; font-weight : bold; background-color : Yellow; border-left : thin solid; border-bottom : thin solid; } TD.bottom { text-align : center; font-weight : bold; background-color : Lime; border-left : thin solid; } </STYLE>
When your style block is completed, copy it from the Style Editor and paste it inside the <STYLE></STYLE>
tags in the <HEAD>
section of the tour2.htm file. Save the file and click the Browse tab.
It looks pretty close to the original, doesn't it? If you want to really dig into style sheet coding, you can try to get the page to display properly in Netscape Navigator!